home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / cvtq110.zip / REPLY.BAT < prev   
DOS Batch File  |  1990-10-10  |  672b  |  18 lines

  1. ECHO OFF
  2. REM         This batch file is a sample to show you what one should look
  3. REM         like to use ConvertQ properly.  Be sure to edit the Editor
  4. REM         specification so that this file calls the editor correctly.
  5. REM
  6. REM         * Call the Editor - be sure to fill in the correct filename.
  7. REM                             If you're only using one file to reply,
  8. REM                             you can eliminate the "%2".
  9. REM
  10. EDIT %1 %2
  11. REM
  12. REM         * Call ConvertQ (with a zero margin setting) - be sure to
  13. REM                 fill in the correct path for the prefix file.
  14. REM
  15. CVTQ -m0 %1 PREFIX.1
  16. REM
  17. REM         * Return to mail reader.
  18.